Don't mess with INFOPATH in ns builds
authorGlenn Morris <rgm@gnu.org>
Sat, 26 May 2012 21:23:28 +0000 (14:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 26 May 2012 21:23:28 +0000 (14:23 -0700)
commit40bd968514a0a7bd3f64ccedf4c9df4ab7da76a3
tree4cdd90dbd3bdad0f4c61edce3cd06d6fcdde6cc9
parent439301f717cbed9ca05305a6a34dab5cfb727293
Don't mess with INFOPATH in ns builds

It's not necessary, and would break if INFOPATH was already set (bug#2791).
Ref also
http://lists.gnu.org/archive/html/emacs-devel/2009-05/msg00035.html
http://lists.gnu.org/archive/html/emacs-devel/2005-06/msg00064.html

* lisp/paths.el (Info-default-directory-list):
* lisp/info.el (info-initialize): For self-contained NS builds, put the
included info/ directory at the front.

* src/nsterm.m (ns_init_paths): Don't mess with INFOPATH.
lisp/ChangeLog
lisp/info.el
lisp/paths.el
src/ChangeLog
src/nsterm.m